home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Timing / bootdate.readme < prev    next >
Text File  |  1996-09-26  |  906b  |  29 lines

  1. Short:    Read the system date, and print it.
  2. Author:   DJones@CardiffCyberCafe.Co.Uk (Dave Jones)
  3. Uploader: DJones@CardiffCyberCafe.Co.Uk (Dave Jones)
  4. Type:     util/time
  5.  
  6. BootDate reads and outputs the current system date.
  7. This can be used for version control of programs.
  8. In your startup-sequence you have
  9.  
  10.         BootDate >ENV:CurrentDate
  11.  
  12. In your source code you then have something like..
  13.  
  14.         Dc.b    "Assembled on "
  15.         Incbin  Env:CurrentDate
  16.         Dc.b    0
  17.  
  18. BootDate needs at least Workbench 2.04
  19.  
  20.  
  21. ============================= Archive contents =============================
  22.  
  23. Original  Packed Ratio    Date     Time    Name
  24. -------- ------- ----- --------- --------  -------------
  25.      176     150 14.7% 11-Dec-94 13:25:34  BootDate
  26.      825     517 37.3% 10-Apr-96 23:09:06  BootDate.Doc
  27. -------- ------- ----- --------- --------
  28.     1001     667 33.3% 22-Apr-96 23:36:56   2 files
  29.